home *** CD-ROM | disk | FTP | other *** search
- Path: news.candu.aecl.ca!news
- From: Mark Kotyk <kotykm@sask.aecl.ca>
- Newsgroups: comp.lang.c++
- Subject: Interrupts in C++
- Date: Wed, 31 Jan 1996 13:13:46 -0600
- Organization: AECL
- Message-ID: <310FBF6A.6692@sask.aecl.ca>
- NNTP-Posting-Host: speed.sask.aecl.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (WinNT; I)
-
- I've been trying to get a good Com class going, but soon found
- out there is no easy way to get a Dos interrupt handler to sit
- in a class, and have access to private data members.
-
- Any help. I have picked up a package that did allow interrupts
- to be created dynamically, but it was rather large.
-